ActiveReports 9
DataBindY(Double[]) Method

Specifies an array of Y values of the DataPoint object that has been added to the collection.
Binds the Y values of the collection's DataPoints to a specified data source.
Syntax
'Declaration
 
Public Overloads Sub DataBindY( _
   ByVal ParamArray yValues() As System.Double _
) 
public void DataBindY( 
   params System.double[] yValues
)

Parameters

yValues
Specifies an array of Y values of the DataPoint object that has been added to the collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataPointsCollection Class
DataPointsCollection Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum